home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.0 / Video Toaster v4.0.iso / programs / documentation / pict.readme < prev    next >
Text File  |  1993-12-13  |  2KB  |  59 lines

  1. Loading and Saving PICT format images with the Video Toaster
  2.  
  3.      You can now import Macintosh PICT images into your Video Toaster using
  4. ReadPict and WritePict.  ReadPict reads a pict file into the Toaster's
  5. memory where it can be accessed by ToasterPaint or ToasterCG.  WritePict
  6. will  save  the  contents  of the ToasterPaint (RGB) buffer as a PICT image.
  7.  
  8. To Load a PICT image into the Toaster:
  9.  
  10.      1) Go to the Workbench screen from the Switcher by using the
  11.         ctl-ctl-alt-alt hot key sequence.
  12.  
  13.      2) Open a command shell and type "cd" followed by the name of the
  14.         Toaster directory. (e.g. "CD Work:Toaster")
  15.  
  16.      3) Type "ReadPict" then the complete name of the PICT file you want to
  17.         load. (e.g. "ReadPict DF0:BlueLogo.pict")
  18.  
  19.      4) Now the image is in the Toaster's RGB buffer, you will want to
  20.         render it to the composite output by loading ToasterPaint or ToasterCG.
  21.           a) In ToasterPaint, the image should appear on the canvas as soon
  22.              as you enter the program.
  23.           b) In ToasterCG, you can display the contents of the
  24.              RGB buffer by creating a blank framestore-type page, setting
  25.              the background to use the ToasterPaint canvas, then rendering
  26.              the page.
  27.  
  28.      5) You could now save the image as a framestore or, using
  29.         ToasterPaint, as an IFF RGB file.
  30.  
  31.  
  32.  
  33. To save a PICT image from the Toaster:
  34.  
  35.      1) Fill the Toaster's RGB buffer by loading an image into
  36.         ToasterPaint.
  37.  
  38.      2) Return to the Switcher from ToasterPaint then go to the Workbench
  39.         screen from the Switcher by using the ctl-ctl-alt-alt hot key sequence.
  40.  
  41.      3) Open a command shell and type "cd" followed by the name of the
  42.         Toaster directory. (e.g. "CD Work:Toaster")
  43.  
  44.      4) Type "WritePict" then the complete name of the PICT file you want to
  45.         create. (e.g. "WritePict RAM:VTLogo.pict")
  46.  
  47.  
  48. Further Tips:
  49.  
  50.      You can easily view multiple PICTs by creating the blank ToasterCG
  51.      page described above, and re-rendering it from the Switcher after every
  52.      ReadPict.
  53.  
  54.      If the PICTs you import are too small, you can use ToasterPaint's
  55.      texture-mapped fill feature to expand the picture to cover the entire
  56.      screen.  PICTs with few colors or noticible pixelization can often be
  57.      improved and smoothed by applying ToasterPaint's 'Blur' mode to the image.
  58.  
  59.